***********************************
*            IDEditor             *
*Developed By: Xmen ( W.K. )      *
*Version : 1.0                    *
***********************************

*******************************
*  Email: xmen_xwk@yahoo.com  *
*******************************

Date : 22th Oct 2008

IMPORTANT
Install .net framework 2.0 before use from below site:
http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en

*************
*Information*
*************

___Global___
Check Existence : To check whether the typed ID is defined in any IDE or not.
Find ID References : To findout all references in IPLs(supports binary IPLs) of a ID.
Replace ID : To replace a ID with New ID, this process will replace the typed ID with new ID in every IPL associated to game(supports binary IPLs).
Unused IDs : To get all unused(free) IDs.

___Current File___
Add LOD IDs : To add LODs' definitions in current IDE.
Check Duplicacy : This will check either Name or ID should not written more than one time.
Check Ghost DFFs' Names : This process will check whether the DFFs' Names in Current IDE are exists in IMGs associated to game.
Check Ghost TXDs' Names : Same as above but for TXDs.


Advance Sort : This will sort the IDE(one content at a time, eg. anim, objs) then write a new ID(from the typed ID) to every item 
	       and will replace the Old IDs with New IDs in selected IPLs(doesnt supports Bin IPLs)


Enjoy!